home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-14
/
Vol E-14.iso
/
games
/
reelgold.swf
/
scripts
/
DefineSprite_16
/
frame_33
/
DoAction.as
Wrap
Text File
|
2014-03-11
|
212b
|
11 lines
if(mcAd.getBytesTotal() != 0 && mcAd.getBytesLoaded() == mcAd.getBytesTotal())
{
lastAdShown = showThisAd;
doWriteCookie();
gotoAndStop("showAd");
}
else
{
gotoAndPlay(_currentframe - 1);
}